home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / h / hypertextdatav40.12cr.lha / HTDS / Examples / ports.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-09-15  |  124 b   |  7 lines

  1. /* ARexx list MsgPorts */
  2.  
  3. Say 'List of currently available public MsgPorts :'
  4. Say
  5. Say Translate(Show('Ports'),,' ','0a'x)
  6.  
  7.